home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / knowhow4 / effects.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  309 b   |  8 lines

  1. #ifndef __EFFECTS_H_
  2. #define __EFFECTS_H_
  3.  
  4. extern void replace_color(rect work, int direction, int weight, int pat);   // Color eraser
  5. extern void color_grad(rect work, int direction);      // Gradient fill
  6. extern void color_bar(rect work, int weight, int pat);       // filled bar
  7.  
  8. #endif __EFFECTS_H_